Spread Windows Forms 12.0 Product Documentation
References Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Conditional Namespace > ConditionalObjects.Condition<TItem,TObject,TExecutedResult> Structure : References Property
Gets the range over which the conditional formatting rule apply.
Syntax
'Declaration
 
Public ReadOnly Property References As Reference()
'Usage
 
Dim instance As ConditionalObjects.Condition(Of TItem,TObject,TExecutedResult)
Dim value() As Reference
 
value = instance.References
public Reference[] References {get;}

Property Value

A GrapeCity.CalcEngine.RangeReference array indicates the range over which the conditional formatting rule apply.
See Also

Reference

ConditionalObjects.Condition<TItem,TObject,TExecutedResult> Structure
ConditionalObjects.Condition<TItem,TObject,TExecutedResult> Members